.StandeStyle-view {
  display: none;
  background-color: white;
  color: black;
  z-index: 1001;
  position: absolute;
  border: 1px solid #aaaaaa;
}

.StandeStyle-topBox {
  background-color: transparent;
  width: 100%;
  float: left;
}

.StandeStyle-infoBox {
  font-size: 14px;
  padding: 2px;
  width: 80% !important;
  float: left;
  border: 0;
  color: #555555;
  text-align: left;
  vertical-align: middle;
}

.StandeStyle-closeButton {
  background-color: transparent;
  text-align: center;
  float: right;
  width: 28px;
}

.StandeStyle-infoBar {
  background-color: transparent;
  font-size: 14px;
  text-align: center !important;
  white-space: nowrap;
  width: 100%;
  color: #555555;
  float: left;
}

.StandeStyle-listBox {
  overflow-y: scroll;
  float: left;
  width: 100%;
  height: 300px !important;
  -webkit-overflow-scrolling: touch;
}

.StandeStyle-companyList {
  list-style: none !important;
  border-top: 1px solid rgba(220,220,220,0.4);
  border-bottom: 0;
  margin: 0 !important;
  padding: 0;
}

.StandeStyle-companyItem {
  list-style: none !important;
  border-top: 1px solid rgba(220,220,220,0.4);
  border-bottom: 0;
  margin: 0 !important;
  padding: 10px 10px 10px 20px;
}

.StandeStyle-companyItem:hover {
  background-color: rgba(237,237,237,0.2);
}

.StandeStyle-companyName {
  line-height: 1.5em !important;
  font-size: 16px;
  font-weight: normal;
}

.StandeStyle-otherInfo {
  line-height: 1.5em !important;
  font-size: 12px;
  color: #888888;
}

.StandeStyle-matchedText {
  background-color: lightpink;
}

.StandeStyle-cursoredItem {
  background-color: #f3f3f3;
}

